home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / sdoor120.zip / EVENT.DOC next >
Text File  |  1992-08-02  |  1KB  |  49 lines

  1. EVENT DOCUMENTATION for Star Empire DOOR
  2.  
  3. Copyright (C) 1992 Antoine Le Huenen
  4.  
  5. Star Empire requires and event, to run its maintenance and update
  6. features.  Without it, the game will not advance properly, planets will
  7. not produce, etc.
  8.  
  9. For Telegard Users, make an event that looks something like this:
  10.  
  11. Event #2 of 3
  12.  
  13. !. Active     : Yes
  14. 1. Description: Star Empire Maintenance
  15. 2. Sched. type: DOS shell
  16. 3. Event data : STARVENT.BAT
  17. 4. Busy time  : 1 minutes
  18. 5. Exec. time : 3:30
  19. 6. Busy during: Yes
  20. 7. Duration   : 1
  21. 8. Days active: SMTWTFS
  22.  
  23. and add the following batch file to your main BBS directory.  Call it
  24. STARVENT.BAT:
  25.  
  26. echo off
  27. cd \bbs\star
  28. EVENT.EXE
  29. cd \bbs
  30.  
  31. If you are using TELEGARD without a front door, you will find that the event
  32. might execute two or three times.  As this is not wanted, you might want to
  33. add the SLEEP program included in this package to your batch file.  That will
  34. add a one minute delay after EVENT.EXE runs, so the minimum time telegard
  35. allocates will pass.  Change your batch file like this:
  36.  
  37. echo off
  38. cd \bbs\star
  39. EVENT.EXE
  40. SLEEP.EXE
  41. cd \bbs
  42.  
  43. And that's about it!  Your Star Empire DOOR should now be ready to use!
  44.  
  45. If you have any questions or comments, or wish to download the latest copy
  46. of Star Empire BBS or Star Empire DOOR, call the programmer's BBS at:
  47.  
  48. (416) 429-6626.
  49.